Skip to content

Add new device models for Seeed Wio Tracker L1 and Seeed Tracker T1000#176

Merged
MrAlders0n merged 1 commit intomainfrom
dev
Jan 13, 2026
Merged

Add new device models for Seeed Wio Tracker L1 and Seeed Tracker T1000#176
MrAlders0n merged 1 commit intomainfrom
dev

Conversation

@MrAlders0n
Copy link
Collaborator

Add new device models for Seeed Wio Tracker L1 and Seeed Tracker T1000

Copilot AI review requested due to automatic review settings January 13, 2026 01:38
@MrAlders0n MrAlders0n merged commit f382065 into main Jan 13, 2026
3 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for two new Seeed device models to the MeshCore WarDriver's auto-power configuration database. These additions enable automatic power level selection when users connect with Seeed Wio Tracker L1 or Seeed Tracker T1000 devices.

Changes:

  • Added two new device model entries (Seeed Wio Tracker L1 and Seeed Tracker T1000) to the device database
  • Added a VS Code workspace configuration file

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
content/device-models.json Adds two new nrf52-based Seeed tracker devices with standard 0.3w power configuration and 22 dBm transmit power
MeshMapper_WebClient.code-workspace Adds a VS Code workspace configuration file (should be excluded via .gitignore instead)

"power": 0.3,
"platform": "nrf52",
"txPower": 22,
"notes": "Seeed Wio Tracker L1"
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The notes field simply repeats the device name without providing additional technical information. Looking at other entries in the database, notes fields typically contain useful details about hardware specifications (e.g., "STM32WLE5 integrated LoRa" for Seeed Wio E5 Dev Board, "RAKwireless WisBlock Core" for RAK 4631, "GPS tracker variant" for LilyGo T-Beam). Consider adding more descriptive information about the Seeed Wio Tracker L1 hardware, such as the chipset, LoRa module type, or key features that distinguish it.

Suggested change
"notes": "Seeed Wio Tracker L1"
"notes": "nRF52-based GPS tracker with onboard LoRa"

Copilot uses AI. Check for mistakes.
"power": 0.3,
"platform": "nrf52",
"txPower": 22,
"notes": "Seeed Tracker T1000"
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The notes field simply repeats the device name without providing additional technical information. Looking at other entries in the database, notes fields typically contain useful details about hardware specifications (e.g., "STM32WLE5 integrated LoRa" for Seeed Wio E5 Dev Board, "RAKwireless WisBlock Core" for RAK 4631, "GPS tracker variant" for LilyGo T-Beam). Consider adding more descriptive information about the Seeed Tracker T1000 hardware, such as the chipset, LoRa module type, or key features that distinguish it.

Suggested change
"notes": "Seeed Tracker T1000"
"notes": "nRF52 GNSS LoRa-E5 tracker (STM32WLE5 sub-GHz module)"

Copilot uses AI. Check for mistakes.
Comment on lines +1 to +7
{
"folders": [
{
"path": "."
}
]
} No newline at end of file
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS Code workspace files are typically IDE-specific configuration files that should not be committed to version control. The .gitignore file already excludes .vscode/ directory for editor files. Consider adding *.code-workspace to .gitignore and removing this file from the repository. Individual developers can create their own workspace configurations locally if needed.

Suggested change
{
"folders": [
{
"path": "."
}
]
}

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants